home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / Atomix Blobs / SETUP.EXE / #setuppath# / Atomix.exe / 0 / RCDATA / TRUNNERFORM / TRUNNERFORM.txt
Encoding:
Text File  |  2001-04-08  |  1.3 KB  |  61 lines

  1. object RunnerForm: TRunnerForm
  2.   Left = 287
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Created with Game Maker'
  7.   ClientHeight = 63
  8.   ClientWidth = 359
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LoadImage: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 49
  25.     Height = 49
  26.     AutoSize = True
  27.     Visible = False
  28.   end
  29.   object LoadPanel: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 359
  33.     Height = 63
  34.     Align = alClient
  35.     BevelWidth = 2
  36.     Caption = 'Loading the game, please wait.'
  37.     Color = clNavy
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clYellow
  40.     Font.Height = -16
  41.     Font.Name = 'Arial Black'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.   end
  46.   object FileOpenDialog: TOpenDialog
  47.     DefaultExt = 'gmf'
  48.     Filter = 'Game Maker files|*.gmf'
  49.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  50.     Title = 'Loading a game'
  51.     Left = 8
  52.     Top = 8
  53.   end
  54.   object StartTimer: TTimer
  55.     Interval = 100
  56.     OnTimer = StartTimerTimer
  57.     Left = 296
  58.     Top = 16
  59.   end
  60. end
  61.